Definitions
from Wiktionary, Creative Commons Attribution/Share-Alike License.
- noun programming A
data structure consisting of avector of vectors, in the case of a 2-dimensional array, or, in the case of an N-dimensional array, a vector of multidimensional arrays of degree N minus 1, thereby allowing the simulation of a N-dimensionalgrid of storage locations using an underlying memoryarchitecture in which storage isaddressed in alinear fashion. - noun programming A
data structure that has thesemantics of anarray of arrays, all of which may be indexed with values of anydata type , usually with a supportingsyntax built-into a programming language. - noun programming Any
abstraction , usually a memory residentdata structure , thataddresses storage locations via an N-dimensional coordinate space.
Etymologies
Sorry, no etymologies found.
Support
Help support Wordnik (and make this page ad-free) by adopting the word multidimensional array.
Examples
Sorry, no example sentences found.
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.